home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Red Eye Press Kit
/
Red Eye Press Kit.iso
/
pc
/
main.dxr
/
SCRIPTS_60_secondFrame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-18
|
175 b
|
14 lines
global JUMPER
on exitFrame me
if the lastRoll < 60 then
if JUMPER = VOID then
go("MAIN")
else
go("UP")
end if
else
go(the frame)
end if
end